Fix hardcoded 'done.' when removing watchlist entries
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Thu, 25 May 2006 14:28:23 +0000 (14:28 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Thu, 25 May 2006 14:28:23 +0000 (14:28 +0000)
RELEASE-NOTES
includes/SpecialWatchlist.php
languages/Messages.php
languages/MessagesDa.php
languages/MessagesIt.php

index b13efa7..423dbc4 100644 (file)
@@ -334,6 +334,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   custom log type.
 * (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages)
 * Added $wgGrammarForms global
+* Fixed hardcoded 'done.' when removing watchlist entries.
 
 == Compatibility ==
 
index c8e70a8..68113fc 100644 (file)
@@ -97,7 +97,7 @@ function wfSpecialWatchlist( $par ) {
                                $wgOut->addHTML( "<br />\n" . wfMsg( 'iteminvalidname', htmlspecialchars($one) ) );
                        }
                }
-               $wgOut->addHTML( "done.</p>\n" );
+               $wgOut->addHTML( "<br />\n" . wfMsg( 'wldone' ) . "</p>\n" );
        }
 
        if ( $wgUseWatchlistCache ) {
index 960edaf..f8e3e6e 100644 (file)
@@ -1074,6 +1074,7 @@ at the bottom of the screen (deleting a content page also deletes the accompanyi
 'wlsaved'              => 'This is a saved version of your watchlist.',
 'wlhideshowown'        => '$1 my edits',
 'wlhideshowbots'       => '$1 bot edits',
+'wldone'                       => 'Done.',
 
 'enotif_mailer'                => '{{SITENAME}} Notification Mailer',
 'enotif_reset'                 => 'Mark all pages visited',
index b1678ac..0d16211 100644 (file)
@@ -933,6 +933,8 @@ i bunden af skærmen.",
 'wlhide'               => 'Skjul',
 'wlhideshowown'                => '$1 mine redigeringer.',
 'wlhideshowbots'               => '$1 robotredigeringer.',
+'wldone'                       => 'Gennemført.',
+
 'enotif_mailer'                => '{{SITENAME}} informationsmail',
 'enotif_reset'                 => 'Marker alle sider som besøgt',
 'enotif_newpagetext'=> 'Dette er en ny side.',
index d234210..23b61a1 100644 (file)
@@ -36,6 +36,7 @@
 "tog-forceeditsummary" => "Chiedi conferma se l'oggetto della modifica è vuoto",
 "tog-watchlisthideown" => "Nascondi le mie modifiche negli osservati speciali",
 "tog-watchlisthidebots" => "Nascondi le modifiche dei bot negli osservati speciali",
+'wldone'                       => 'Fatto.',
 
 "underline-always" => "Sempre",
 "underline-never" => "Mai",